home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFEW_ZM_MAG / TFEW_ZM_MAG.txt
Text File  |  2002-03-27  |  4KB  |  142 lines

  1. object fEw_zm_mag: TfEw_zm_mag
  2.   Left = 282
  3.   Top = 206
  4.   BorderStyle = bsSingle
  5.   Caption = 'Ewidencja zmian na magazynie'
  6.   ClientHeight = 320
  7.   ClientWidth = 633
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DBGrid1: TDBGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 633
  22.     Height = 281
  23.     DataSource = ds
  24.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  25.     TabOrder = 0
  26.     TitleFont.Charset = DEFAULT_CHARSET
  27.     TitleFont.Color = clWindowText
  28.     TitleFont.Height = -11
  29.     TitleFont.Name = 'MS Sans Serif'
  30.     TitleFont.Style = []
  31.     Columns = <
  32.       item
  33.         Expanded = False
  34.         FieldName = 'data'
  35.         Visible = True
  36.       end
  37.       item
  38.         Expanded = False
  39.         FieldName = 'nazwa_towaru'
  40.         Width = 421
  41.         Visible = True
  42.       end
  43.       item
  44.         Expanded = False
  45.         FieldName = 'ilosc'
  46.         Visible = True
  47.       end>
  48.   end
  49.   object bWyjdz: TBitBtn
  50.     Left = 552
  51.     Top = 288
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = '&Wyjd'#378
  56.     TabOrder = 1
  57.     OnClick = bWyjdzClick
  58.     Glyph.Data = {
  59.       DE010000424DDE01000000000000760000002800000024000000120000000100
  60.       0400000000006801000000000000000000001000000010000000000000000000
  61.       80000080000000808000800000008000800080800000C0C0C000808080000000
  62.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  63.       333333333333333333333333000033338833333333333333333F333333333333
  64.       0000333911833333983333333388F333333F3333000033391118333911833333
  65.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  66.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  67.       3333F8330000333333911111183333333338F333333F83330000333333311111
  68.       8333333333338F3333383333000033333339111183333333333338F333833333
  69.       00003333339111118333333333333833338F3333000033333911181118333333
  70.       33338333338F333300003333911183911183333333383338F338F33300003333
  71.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  72.       38F338F300003333333333333919333333388333338FFF830000333333333333
  73.       3333333333333333333888330000333333333333333333333333333333333333
  74.       0000}
  75.     NumGlyphs = 2
  76.   end
  77.   object ds: TDataSource
  78.     DataSet = tMag_zm
  79.     Left = 72
  80.     Top = 88
  81.   end
  82.   object tMag_zm: TffTable
  83.     DatabaseName = 'mr_sklep'
  84.     FieldDefs = <
  85.       item
  86.         Name = 'numer'
  87.         DataType = ftAutoInc
  88.       end
  89.       item
  90.         Name = 'numer_magazynu'
  91.         Attributes = [faRequired]
  92.         DataType = ftWord
  93.       end
  94.       item
  95.         Name = 'numer_towaru'
  96.         Attributes = [faRequired]
  97.         DataType = ftInteger
  98.       end
  99.       item
  100.         Name = 'ilosc'
  101.         Attributes = [faRequired]
  102.         DataType = ftFloat
  103.       end
  104.       item
  105.         Name = 'data'
  106.         Attributes = [faRequired]
  107.         DataType = ftDateTime
  108.       end>
  109.     SessionName = '[automatic]'
  110.     TableName = 'mag_zm'
  111.     Timeout = 10000
  112.     OnCalcFields = tMag_zmCalcFields
  113.     Left = 112
  114.     Top = 88
  115.     object tMag_zmnumer: TAutoIncField
  116.       FieldName = 'numer'
  117.     end
  118.     object tMag_zmnumer_magazynu: TWordField
  119.       FieldName = 'numer_magazynu'
  120.       Required = True
  121.     end
  122.     object tMag_zmnumer_towaru: TIntegerField
  123.       FieldName = 'numer_towaru'
  124.       Required = True
  125.     end
  126.     object tMag_zmilosc: TFloatField
  127.       FieldName = 'ilosc'
  128.       Required = True
  129.     end
  130.     object tMag_zmdata: TDateTimeField
  131.       FieldName = 'data'
  132.       Required = True
  133.     end
  134.     object tMag_zmnazwa_towaru: TStringField
  135.       FieldKind = fkCalculated
  136.       FieldName = 'nazwa_towaru'
  137.       Size = 70
  138.       Calculated = True
  139.     end
  140.   end
  141. end
  142.